home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / etman.lha / man / mann / typedef.ObjPtrFun.n < prev    next >
Text File  |  1991-10-24  |  865b  |  43 lines

  1.  
  2.  
  3. .SH TYPEDEF NAME
  4. \fBfunctionptr  = ObjPtr
  5. ObjPtrFun(
  6. ObjPtr firstObject, ObjPtr secondObject, void* arg)
  7. .SH DESCRIPTION
  8. A function returning an object depending on the three arguments. Example: Method \fImethod Collection::Collect\fP calls \fBObjPtrFun\fP with every object of the collection and collects the returned objects in a second collection.
  9. .SH ARGUMENTS
  10. .TP
  11. \fBObjPtr firstObject
  12. .br
  13. First Object. Semantics depend on implementation.
  14. .TP
  15. \fBObjPtr secondObject
  16. .br
  17. Second Object. Semantics depend on implementation.
  18. .TP
  19. \fBvoid* arg
  20. .br
  21. Some arbitrary argument. Semantics depend on implementation.
  22. .SH RETURN ARGUMENT
  23. .TP
  24. \fBObjPtr 
  25. .br
  26. Semantics depend on implementation.
  27. .SH CATEGORIES
  28.  
  29. .na
  30. general
  31. .ad b
  32.  
  33. .SH FILES
  34. .PD 0
  35. .TP 20
  36. declaration:
  37. \fBObject.h
  38. .SH HISTORY
  39. chris@csesbg.at    Fri Apr 12 16:35 1991
  40. .br
  41. chris@csesbg.at    Wed Apr 17 13:49 1991
  42. .br
  43.